-
Notifications
You must be signed in to change notification settings - Fork 438
add note to include jqueryui before angularjs #342
Conversation
First of all, thanks for the contribution. It's really great to have wide community participation. I created a pen example that includes jquery-ui before angularjs and seems to work fine. |
Oops typo. I meant "angularjs before jquery-ui". |
Not sure what the best tool is to create an example for this. I currently using requirejs for loading dependencies and also using jqueryui-amd version. If I don't have 'jqueryui' as a dependency for 'angular' in the config.js then I get the previously error mentioned in the issue. |
What if you just define jquery as a dependency to angular, as shown by the Please feel free to fork that code example (or any other applicable) for On Tue, Mar 10, 2015, 15:49 Harshil Shah notifications@github.com wrote:
|
I already have jquery as a dependency for angular. doesn't work though. Best Regards, On Tue, Mar 10, 2015 at 12:34 PM, Thodoris Greasidis <
|
If you are able to provide a code example to show your case I will be happy On Tue, Mar 10, 2015, 18:44 Harshil Shah notifications@github.com wrote:
|
yep. will try and recreate a sample. Best Regards, On Tue, Mar 10, 2015 at 1:46 PM, Thodoris Greasidis <
|
@harshil07 I'm closing this for now. |
No description provided.